home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / ptf078.exe / PTF078.TXT < prev   
Text File  |  1993-09-17  |  3KB  |  71 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              HLLAPI Driver Test Program
  5. DOCUMENT ID:        TID000317
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PTF078.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare for SAA Tools 1.0
  14.  
  15. ABSTRACT:
  16. This file contains the HLLAPI driver test program.  Orig UL by 76701,165 on
  17. 6-10-89, 60 DL's.
  18. _________________________________________________________________
  19.  
  20. DISCLAIMER
  21. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  22. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  23. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  24. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  25. INFORMATION.
  26. _________________________________________________________________
  27.  
  28. Self-Extracting File Name:  PTF078.EXE
  29.  
  30. Files Included     Size     Date        Time
  31.  
  32.   PTF078.TXT          (This File)
  33. NCDHLDRV.EXE      19538   12-16-87     10:46a
  34.  
  35.  
  36.                CXI Product Temporary Fix
  37.          PTF 078 - HLLAPI Driver Test Program
  38.  
  39.  
  40. This patch applies to:  PCOX/HLLAPI, all Versions
  41.  
  42. The following file NCDHLDRV.EXE is the Novell Communications Division PCOX
  43. HLLAPI test driver.  NCDHLDRV.EXE can be utilized as a diagnostic tool when
  44. using the PCOX/HLLAPI Application Program Interface.  The program is
  45. designed to drive the function calls presented within HLLAPI, testing their
  46. reliability and functionality.  For testing purposes, NCDHLDRV.EXE can be
  47. used as a replacement for an application program.
  48.  
  49. To use the tool, NCDHLDRV.EXE, load the program after loading HLLAPI.  The
  50. NCDHLDRV.EXE driver has a set of instructions when it is loaded.  The first
  51. step to test the HLLAPI program, is to select a function.  Decide what
  52. function you wish to issue, reference your HLLAPI manual for its
  53. appropriate function call.  Enter the function call number in the
  54. designated space and press enter. (An example would be Copy String:
  55. Function Call 15.)  The next step prompts you for a Data String.  Enter the
  56. string of characters appropriate for the function.  (For Copy String we
  57. might type our sign-on and logmode command.)  The last command asked is
  58. Setting the Start Position.  The start position is the offset to the
  59. presentation space.  These offsets begin at the upper left corner at
  60. location 1 and end (for a model 2 screen) at the lower right at 1920.
  61.  
  62. By inputting the requested parameters, the driver will test the requested
  63. function call.  By gaining a positive response to the tested function call,
  64. the NCDHLDRV.EXE will display an appropriate Return Code.  The return code
  65. values can then be referenced in the HLLAPI documentation.  By watching his
  66. input and the return codes generated, the programmer can practice issuing
  67. HLLAPI calls.  It also acts as an accurate test utility by testing the
  68. integrity of the function call.  It also acts as an accurate test utility
  69. by testing the integrity of the function call.
  70.  
  71.